Add DND support to GtkCalendar. The selected date is dragged as text,
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 8 Aug 2003 23:01:17 +0000 (23:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 8 Aug 2003 23:01:17 +0000 (23:01 +0000)
commite26259ddeabd4e4669dbc77d9679acc6ca5246c5
tree0ef98dbb0139a2dc1bba19a42fe196c558703e48
parent6e1e7d30fc24cf65aa603271d9b1dec33fd1e2b3
Add DND support to GtkCalendar. The selected date is dragged as text,

* gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected date is dragged
as text, formatted via strftime %x. Text drops are accepted if g_date_set_parse()
can make sense of the text. A dedicated data format for date DND has not been
introduced yet, since there didn't seem to be sufficient consensus on such a format
on xdg-list.  (#117297)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcalendar.c